NoSQL operator: rdbtotable

Converts an /rdb table into NoSQL format.

Usage: rdbtotable [options]

Options:
    --input (-i) 'file'
      Read input from 'file' instead of STDIN.

    --output (-o) 'file'
      Write output to 'file' instead of STDOUT.

    --help (-h)
      Display this help text.

Notes:

Converts a table from either /rdb or Hobbs' RDB format into NoSQL format.
It can be used also to convert between the older NoSQL v2/v3 formats and
the newer NoSQL v4 table format.

See http://www.rdb.com for more info on /rdb DBMS.

See http://www.cse.ucsc.edu/research/compbio/rdb/index.html
for more info on Walter V. Hobbs' RDB.
Back